Uses of Interface
org.apache.juneau.junit.bct.BeanConverter
Packages that use BeanConverter
-
Uses of BeanConverter in org.apache.juneau.junit.bct
Classes in org.apache.juneau.junit.bct that implement BeanConverterModifier and TypeClassDescriptionclass
Default implementation ofBeanConverter
for 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 TypeMethodDescriptionboolean
PropertyExtractor.canExtract
(BeanConverter converter, Object o, String key) Determines if this extractor can handle property access for the given object and property name.boolean
PropertyExtractors.ListPropertyExtractor.canExtract
(BeanConverter converter, Object o, String name) boolean
PropertyExtractors.MapPropertyExtractor.canExtract
(BeanConverter converter, Object o, String name) boolean
PropertyExtractors.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 customBeanConverter
for object introspection and property access.