Package dev.siroshun.codec4j.api.io
Interface Type.Value<T>
- Type Parameters:
T- the value type
- All Superinterfaces:
Type
- All Known Subinterfaces:
Type.NumberValue<T>
- All Known Implementing Classes:
Type.BooleanValue,Type.ByteValue,Type.CharValue,Type.DoubleValue,Type.FloatValue,Type.IntValue,Type.LongValue,Type.ShortValue,Type.StringValue
- Enclosing interface:
Type
public static sealed interface Type.Value<T>
extends Type
permits Type.BooleanValue, Type.CharValue, Type.NumberValue<T>, Type.StringValue
An interface indicating that
Type is Type.Value.-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.siroshun.codec4j.api.io.Type
Type.BooleanValue, Type.ByteValue, Type.CharValue, Type.DoubleValue, Type.FloatValue, Type.IntValue, Type.ListType, Type.LongValue, Type.MapType, Type.NumberValue<T>, Type.ShortValue, Type.StringValue, Type.Unknown, Type.Value<T> -
Field Summary
-
Method Summary