Interface Type

All Known Subinterfaces:
Type.NumberValue<T>, Type.Value<T>
All Known Implementing Classes:
Type.BooleanValue, Type.ByteValue, Type.CharValue, Type.DoubleValue, Type.FloatValue, Type.IntValue, Type.ListType, Type.LongValue, Type.MapType, Type.ShortValue, Type.StringValue, Type.Unknown

@NotNullByDefault public sealed interface Type permits Type.ListType, Type.MapType, Type.Unknown, Type.Value<T>
An interface providing basic types that are supported by Codec4J.