Uses of Interface
org.aksw.commons.util.convert.ConvertFunctionRaw
-
Packages that use ConvertFunctionRaw Package Description org.aksw.commons.util.convert -
-
Uses of ConvertFunctionRaw in org.aksw.commons.util.convert
Subinterfaces of ConvertFunctionRaw in org.aksw.commons.util.convert Modifier and Type Interface Description interfaceConvertFunction<I,O>A function with information about the input and output typesClasses in org.aksw.commons.util.convert that implement ConvertFunctionRaw Modifier and Type Class Description classConvertFunctionBaseclassConvertFunctionImpl<I,O>classConvertFunctionRawImplFields in org.aksw.commons.util.convert with type parameters of type ConvertFunctionRaw Modifier and Type Field Description protected MemoizedBiFunction<Class<?>,Class<?>,ConvertFunctionRaw>ConverterRegistryImpl. cachedFindprotected List<ConvertFunctionRaw>ConverterRegistryImpl. convertersMethods in org.aksw.commons.util.convert that return ConvertFunctionRaw Modifier and Type Method Description default ConvertFunctionRawConvertFunctionRaw. andThen(ConvertFunctionRaw next)static <I,O>
ConvertFunctionRawConvertFunctionRawImpl. create(Class<I> src, Class<O> tgt, java.util.function.Function<? super I,? extends O> srcToTgt)Create a converter from a lambdastatic ConvertFunctionRawConvertFunctionRawImpl. create(Method method)Create a converter from a method that takes a single argument and returns a non-void typestatic ConvertFunctionRawConvertFunctionRawImpl. create(Method method, Object obj)Create a converter from a method that takes a single argument and returns a non-void typeprotected ConvertFunctionRawConverterRegistryImpl. findUncached(Class<?> src, Class<?> tgt)ConvertFunctionRawConverterRegistry. getConverter(Class<?> from, Class<?> to)ConvertFunctionRawConverterRegistryImpl. getConverter(Class<?> from, Class<?> to)Methods in org.aksw.commons.util.convert that return types with arguments of type ConvertFunctionRaw Modifier and Type Method Description protected List<ConvertFunctionRaw>ConverterRegistryImpl. findMatches(Class<?> src, Class<?> tgt)Methods in org.aksw.commons.util.convert with parameters of type ConvertFunctionRaw Modifier and Type Method Description default ConvertFunctionRawConvertFunctionRaw. andThen(ConvertFunctionRaw next)voidConverterRegistry. register(ConvertFunctionRaw converter)voidConverterRegistryImpl. register(ConvertFunctionRaw converter)
-