Uses of Interface
org.aksw.commons.util.convert.ConvertFunctionRaw
Packages that use ConvertFunctionRaw
-
Uses of ConvertFunctionRaw in org.aksw.commons.util.convert
Subinterfaces of ConvertFunctionRaw in org.aksw.commons.util.convertModifier and TypeInterfaceDescriptioninterfaceConvertFunction<I,O> A function with information about the input and output typesClasses in org.aksw.commons.util.convert that implement ConvertFunctionRawFields in org.aksw.commons.util.convert with type parameters of type ConvertFunctionRawModifier and TypeFieldDescriptionprotected MemoizedBiFunction<Class<?>,Class<?>, ConvertFunctionRaw> ConverterRegistryImpl.cachedFindprotected List<ConvertFunctionRaw>ConverterRegistryImpl.convertersMethods in org.aksw.commons.util.convert that return ConvertFunctionRawModifier and TypeMethodDescriptiondefault ConvertFunctionRawConvertFunctionRaw.andThen(ConvertFunctionRaw next) static <I,O> ConvertFunctionRaw Create a converter from a lambdastatic ConvertFunctionRawCreate a converter from a method that takes a single argument and returns a non-void typestatic ConvertFunctionRawCreate a converter from a method that takes a single argument and returns a non-void typeprotected ConvertFunctionRawConverterRegistryImpl.findUncached(Class<?> src, Class<?> tgt) ConverterRegistry.getConverter(Class<?> from, Class<?> to) ConverterRegistryImpl.getConverter(Class<?> from, Class<?> to) static ConvertFunctionRawConverterRegistries.getConverterBoxed(ConverterRegistry registry, Class<?> from, Class<?> to) If the initial lookup fails and any argument is a primitive type then retry with boxed typesMethods in org.aksw.commons.util.convert that return types with arguments of type ConvertFunctionRawModifier and TypeMethodDescriptionprotected List<ConvertFunctionRaw>ConverterRegistryImpl.findMatches(Class<?> src, Class<?> tgt) Methods in org.aksw.commons.util.convert with parameters of type ConvertFunctionRawModifier and TypeMethodDescriptiondefault ConvertFunctionRawConvertFunctionRaw.andThen(ConvertFunctionRaw next) voidConverterRegistry.register(ConvertFunctionRaw converter) voidConverterRegistryImpl.register(ConvertFunctionRaw converter)