Uses of Interface
org.apache.juneau.junit.bct.PropertyExtractor
Packages that use PropertyExtractor
-
Uses of PropertyExtractor in org.apache.juneau.junit.bct
Classes in org.apache.juneau.junit.bct that implement PropertyExtractorModifier and TypeClassDescriptionstatic class
Property extractor for array and collection objects with numeric indexing and size access.static class
Property extractor for Map objects with direct key access and size property.static class
Standard JavaBean property extractor using reflection.Methods in org.apache.juneau.junit.bct with parameters of type PropertyExtractorModifier and TypeMethodDescriptionBasicBeanConverter.Builder.addPropertyExtractor
(PropertyExtractor e) Registers a custom property extractor for specialized property access logic.