Uses of Interface
org.aksw.commons.beans.model.ConversionService
Packages that use ConversionService
-
Uses of ConversionService in org.aksw.commons.beans.model
Classes in org.aksw.commons.beans.model that implement ConversionServiceModifier and TypeClassDescriptionclassA generic adapter for ConversionService.Fields in org.aksw.commons.beans.model declared as ConversionServiceModifier and TypeFieldDescriptionprotected ConversionServiceEntityModel.conversionServiceprotected ConversionServicePropertyModel.conversionServiceMethods in org.aksw.commons.beans.model that return ConversionServiceModifier and TypeMethodDescriptionEntityModel.getConversionService()static ConversionServiceConversionServiceAdapter.wrap(Object delegate, BiPredicate<Class<?>, Class<?>> canConvert, ConversionServiceAdapter.ConvertFunction convert) static ConversionServiceConversionServiceAdapter.wrap(BiPredicate<Class<?>, Class<?>> canConvert, ConversionServiceAdapter.ConvertFunction convert) Methods in org.aksw.commons.beans.model with parameters of type ConversionServiceModifier and TypeMethodDescriptionstatic EntityModelEntityModel.createDefaultModel(Class<?> clazz, ConversionService conversionService) voidEntityModel.setConversionService(ConversionService conversionService) Constructors in org.aksw.commons.beans.model with parameters of type ConversionServiceModifierConstructorDescriptionPropertyModel(String name, Class<?> clazz, Function<Object, ?> getter, BiConsumer<Object, Object> setter, ConversionService conversionService, Function<Class<?>, Object> annotationFinder)