Uses of Package
io.virtdata.api
-
Packages that use io.virtdata.api Package Description io.virtdata.api io.virtdata.api.composers io.virtdata.core io.virtdata.templates -
Classes in io.virtdata.api used by io.virtdata.api Class Description DataMapper FunctionType Captures the list of function object types which may be used to implement data mapping functions.Named VALUE A public class which holds global values.ValueType Capture preference for types, favoring more efficient types for generation over others. -
Classes in io.virtdata.api used by io.virtdata.api.composers Class Description DataMapper -
Classes in io.virtdata.api used by io.virtdata.core Class Description Binder A Binder is a type that knows how to return a result object given a long value to bind mapped values with.DataMapper DataMapperLibrary A DataMapperLibrary is an independently loadable library of data mapping functions.FunctionType Captures the list of function object types which may be used to implement data mapping functions.Named ValuesArrayBinder ValuesArrayBinder provides a way to apply an array of object values to a template object of type T to yield a new object instance of type R.ValuesBinder ValuesBinder provides a way to apply an map of named object values to a template object of type T to yield a new object instance of type R.ValuesMapBinder ValuesMapBinder provides a way to apply an map of named object values to a template object of type T to yield a new object instance of type R.VirtDataFunctionLibrary A VirtDataFunctionLibrary is simply a way to ask for a set of named function objects in a generic way. -
Classes in io.virtdata.api used by io.virtdata.templates Class Description Binder A Binder is a type that knows how to return a result object given a long value to bind mapped values with.ValuesArrayBinder ValuesArrayBinder provides a way to apply an array of object values to a template object of type T to yield a new object instance of type R.ValuesBinder ValuesBinder provides a way to apply an map of named object values to a template object of type T to yield a new object instance of type R.