Class Strings.TxtDecoder
- java.lang.Object
-
- com.impossibl.postgres.system.procs.Strings.TxtDecoder
-
- All Implemented Interfaces:
Type.Codec.Decoder<java.lang.CharSequence>
- Direct Known Subclasses:
Unknowns.TxtDecoder
- Enclosing class:
- Strings
public static class Strings.TxtDecoder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
convertOutput(Context context, N decoded, java.lang.Class<?> targetClass, java.lang.Object targetContext)
java.lang.Object
decode(Context context, Type type, java.lang.Short typeLength, java.lang.Integer typeModifier, java.lang.CharSequence buffer, java.lang.Class<?> targetClass, java.lang.Object targetContext)
protected java.lang.String
decodeNativeValue(Context context, Type type, java.lang.Short typeLength, java.lang.Integer typeModifier, java.lang.CharSequence buffer, java.lang.Class<?> targetClass, java.lang.Object targetContext)
protected java.lang.Object
decodeValue(Context context, Type type, java.lang.Short typeLength, java.lang.Integer typeModifier, java.lang.CharSequence buffer, java.lang.Class<?> targetClass, java.lang.Object targetContext)
protected void
enableRespectMaxLength()
java.lang.Class<java.lang.String>
getDefaultClass()
protected boolean
shouldRespectMaxLength()
-
-
-
Method Detail
-
getDefaultClass
public java.lang.Class<java.lang.String> getDefaultClass()
- Specified by:
getDefaultClass
in interfaceType.Codec.Decoder<java.lang.CharSequence>
-
decodeNativeValue
protected java.lang.String decodeNativeValue(Context context, Type type, java.lang.Short typeLength, java.lang.Integer typeModifier, java.lang.CharSequence buffer, java.lang.Class<?> targetClass, java.lang.Object targetContext) throws java.io.IOException, java.text.ParseException
- Throws:
java.io.IOException
java.text.ParseException
-
convertOutput
protected java.lang.Object convertOutput(Context context, N decoded, java.lang.Class<?> targetClass, java.lang.Object targetContext) throws java.io.IOException
- Throws:
java.io.IOException
-
decodeValue
protected java.lang.Object decodeValue(Context context, Type type, java.lang.Short typeLength, java.lang.Integer typeModifier, java.lang.CharSequence buffer, java.lang.Class<?> targetClass, java.lang.Object targetContext) throws java.io.IOException, java.text.ParseException
- Throws:
java.io.IOException
java.text.ParseException
-
shouldRespectMaxLength
protected boolean shouldRespectMaxLength()
-
enableRespectMaxLength
protected void enableRespectMaxLength()
-
decode
public java.lang.Object decode(Context context, Type type, java.lang.Short typeLength, java.lang.Integer typeModifier, java.lang.CharSequence buffer, java.lang.Class<?> targetClass, java.lang.Object targetContext) throws java.io.IOException
- Specified by:
decode
in interfaceType.Codec.Decoder<java.lang.CharSequence>
- Throws:
java.io.IOException
-
-