- java.lang.Object
-
- org.praxislive.code.TypeConverter<T>
-
@Deprecated public abstract class TypeConverter<T> extends Object
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
TypeConverter.Provider
Deprecated.
-
Constructor Summary
Constructors Constructor Description TypeConverter()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static <T> TypeConverter<T>
find(Class<T> type, Annotation... annotations)
Deprecated.abstract T
fromArgument(Value value)
Deprecated.Value
getDefaultArgument()
Deprecated.T
getDefaultValue()
Deprecated.ArgumentInfo
getInfo()
Deprecated.abstract Class<T>
getType()
Deprecated.boolean
isRealTimeSafe()
Deprecated.abstract Value
toArgument(T value)
Deprecated.
-
-
-
Method Detail
-
fromArgument
public abstract T fromArgument(Value value) throws ValueFormatException
Deprecated.- Throws:
ValueFormatException
-
getInfo
public ArgumentInfo getInfo()
Deprecated.
-
isRealTimeSafe
public boolean isRealTimeSafe()
Deprecated.
-
getDefaultArgument
public Value getDefaultArgument()
Deprecated.
-
getDefaultValue
public T getDefaultValue()
Deprecated.
-
find
public static final <T> TypeConverter<T> find(Class<T> type, Annotation... annotations)
Deprecated.
-
-