Uses of Class
org.praxislive.core.Value.Type
-
Packages that use Value.Type Package Description org.praxislive.core -
-
Uses of Value.Type in org.praxislive.core
Methods in org.praxislive.core that return Value.Type Modifier and Type Method Description Value.Type<? extends Value>
ArgumentInfo. argumentType()
static <T extends Value>
Value.Type<T>Value.Type. of(Class<T> cls)
Return the Type mapping for the passed in Value class.Value.Type<?>
Value. type()
Access theValue.Type
of this value.Value.Type<?>
ValueMapper. valueType()
The preferred Value.Type for mapping to type T.Methods in org.praxislive.core that return types with arguments of type Value.Type Modifier and Type Method Description static Optional<Value.Type<? extends Value>>
Value.Type. fromName(String name)
Return the Type with the given name, or an empty optional if unregistered.static List<Value.Type<?>>
Value.Type. listAll()
List of all registered Value Types.Constructors in org.praxislive.core with parameters of type Value.Type Constructor Description ValueMapper(Type type, Value.Type<?> valueType)
Base constructor.
-