Uses of Class
org.jboss.logging.annotations.ValidIdRange
-
Packages that use ValidIdRange Package Description org.jboss.logging.annotations org.jboss.logging.processor.apt org.jboss.logging.processor.model org.jboss.logging.processor.validation -
-
Uses of ValidIdRange in org.jboss.logging.annotations
Methods in org.jboss.logging.annotations that return ValidIdRange Modifier and Type Method Description ValidIdRange[]value()An array of valid id ranges. -
Uses of ValidIdRange in org.jboss.logging.processor.apt
Fields in org.jboss.logging.processor.apt with type parameters of type ValidIdRange Modifier and Type Field Description private java.util.List<ValidIdRange>MessageInterfaceFactory.AptMessageInterface. validIdRangesMethods in org.jboss.logging.processor.apt that return types with arguments of type ValidIdRange Modifier and Type Method Description java.util.List<ValidIdRange>MessageInterfaceFactory.AptMessageInterface. validIdRanges()java.util.List<ValidIdRange>MessageInterfaceFactory.LoggerInterface. validIdRanges() -
Uses of ValidIdRange in org.jboss.logging.processor.model
Methods in org.jboss.logging.processor.model that return types with arguments of type ValidIdRange Modifier and Type Method Description java.util.List<ValidIdRange>MessageInterface. validIdRanges()Returns a list ofvalid id ranges. -
Uses of ValidIdRange in org.jboss.logging.processor.validation
Fields in org.jboss.logging.processor.validation with type parameters of type ValidIdRange Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.Map<ValidIdRange,MessageInterface>>IdRangeValidator. processedMethods in org.jboss.logging.processor.validation that return types with arguments of type ValidIdRange Modifier and Type Method Description private java.util.Map<ValidIdRange,MessageInterface>IdRangeValidator. findAll(MessageInterface messageInterface)private java.util.Map<ValidIdRange,MessageInterface>IdRangeValidator. getProcessed(MessageInterface messageInterface)Methods in org.jboss.logging.processor.validation with parameters of type ValidIdRange Modifier and Type Method Description private booleanIdRangeValidator. overlap(ValidIdRange r1, ValidIdRange r2)
-