Uses of Interface
org.apache.juneau.junit.bct.BeanConverter
Packages that use BeanConverter
- 
Uses of BeanConverter in org.apache.juneau.junit.bctClasses in org.apache.juneau.junit.bct that implement BeanConverterModifier and TypeClassDescriptionclassDefault implementation ofBeanConverterfor Bean-Centric Test (BCT) object conversion.Methods in org.apache.juneau.junit.bct that return types with arguments of type BeanConverterModifier and TypeMethodDescriptionprotected Optional<BeanConverter>AssertionArgs.getBeanConverter()Gets the configured bean converter, if any.Methods in org.apache.juneau.junit.bct with parameters of type BeanConverterModifier and TypeMethodDescriptionbooleanPropertyExtractor.canExtract(BeanConverter converter, Object o, String key) Determines if this extractor can handle property access for the given object and property name.booleanPropertyExtractors.ListPropertyExtractor.canExtract(BeanConverter converter, Object o, String name) booleanPropertyExtractors.MapPropertyExtractor.canExtract(BeanConverter converter, Object o, String name) booleanPropertyExtractors.ObjectPropertyExtractor.canExtract(BeanConverter converter, Object o, String name) PropertyExtractor.extract(BeanConverter converter, Object o, String key) Extracts the specified property value from the given object.PropertyExtractors.ListPropertyExtractor.extract(BeanConverter converter, Object o, String name) PropertyExtractors.MapPropertyExtractor.extract(BeanConverter converter, Object o, String name) PropertyExtractors.ObjectPropertyExtractor.extract(BeanConverter converter, Object o, String name) AssertionArgs.setBeanConverter(BeanConverter value) Sets a customBeanConverterfor object introspection and property access.