Uses of Class
org.nuiton.eugene.models.extension.tagvalue.matcher.TagValueDefinitionMatcher
-
-
Uses of TagValueDefinitionMatcher in org.nuiton.eugene.models.extension.tagvalue
Methods in org.nuiton.eugene.models.extension.tagvalue that return types with arguments of type TagValueDefinitionMatcher Modifier and Type Method Description Class<? extends TagValueDefinitionMatcher>TagValueMetadata. getMatcherClass() -
Uses of TagValueDefinitionMatcher in org.nuiton.eugene.models.extension.tagvalue.matcher
Subclasses of TagValueDefinitionMatcher in org.nuiton.eugene.models.extension.tagvalue.matcher Modifier and Type Class Description classEqualsTagValueNameMatcherCreated on 4/26/14.classStartsWithTagNameMatcherCreated on 4/26/14. -
Uses of TagValueDefinitionMatcher in org.nuiton.eugene.models.extension.tagvalue.provider
Fields in org.nuiton.eugene.models.extension.tagvalue.provider with type parameters of type TagValueDefinitionMatcher Modifier and Type Field Description protected Set<TagValueDefinitionMatcher>DefaultTagValueMetadatasProvider. matcherMethods in org.nuiton.eugene.models.extension.tagvalue.provider with type parameters of type TagValueDefinitionMatcher Modifier and Type Method Description protected <M extends TagValueDefinitionMatcher>
Set<TagValueMetadata>DefaultTagValueMetadatasProvider. getDefinitionForMatcher(Class<M> matcherType)
-