Uses of Class
org.praxislive.core.Value.Type
Packages that use Value.Type
-
Uses of Value.Type in org.praxislive.core
Methods in org.praxislive.core that return Value.TypeModifier and TypeMethodDescriptionstatic <T extends Value>
Value.Type<T> Return the Type mapping for the passed in Value class.Value.Type<?> Value.type()Access theValue.Typeof this value.final 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.TypeModifier and TypeMethodDescriptionstatic Optional<Value.Type<? extends Value>> 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.TypeModifierConstructorDescriptionprotectedValueMapper(Type type, Value.Type<?> valueType) Base constructor.