Uses of Annotation Type
org.jboss.logging.annotations.ValidIdRange
Packages that use ValidIdRange
Package
Description
-
Uses of ValidIdRange in org.jboss.logging.processor.apt
Fields in org.jboss.logging.processor.apt with type parameters of type ValidIdRangeModifier and TypeFieldDescriptionprivate final List<ValidIdRange> MessageInterfaceFactory.AptMessageInterface.validIdRangesMethods in org.jboss.logging.processor.apt that return types with arguments of type ValidIdRangeModifier and TypeMethodDescriptionMessageInterfaceFactory.AptMessageInterface.validIdRanges()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 ValidIdRangeModifier and TypeMethodDescriptionMessageInterface.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 ValidIdRangeModifier and TypeFieldDescriptionprivate final Map<String, Map<ValidIdRange, MessageInterface>> IdRangeValidator.processedMethods in org.jboss.logging.processor.validation that return types with arguments of type ValidIdRangeModifier and TypeMethodDescriptionprivate Map<ValidIdRange, MessageInterface> IdRangeValidator.findAll(MessageInterface messageInterface) private Map<ValidIdRange, MessageInterface> IdRangeValidator.getProcessed(MessageInterface messageInterface) Methods in org.jboss.logging.processor.validation with parameters of type ValidIdRangeModifier and TypeMethodDescriptionprivate booleanIdRangeValidator.overlap(ValidIdRange r1, ValidIdRange r2)