Class Names.TxtEncoder

  • All Implemented Interfaces:
    Type.Codec.Encoder<java.lang.StringBuilder>
    Enclosing class:
    Names

    public static class Names.TxtEncoder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TxtEncoder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void encode​(Context context, Type type, java.lang.Object value, java.lang.Object sourceContext, java.lang.StringBuilder buffer)  
      protected void encodeValue​(Context context, Type type, java.lang.Object value, java.lang.Object sourceContext, java.lang.StringBuilder buffer)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TxtEncoder

        public TxtEncoder()
    • Method Detail

      • encodeValue

        protected void encodeValue​(Context context,
                                   Type type,
                                   java.lang.Object value,
                                   java.lang.Object sourceContext,
                                   java.lang.StringBuilder buffer)
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • encode

        public void encode​(Context context,
                           Type type,
                           java.lang.Object value,
                           java.lang.Object sourceContext,
                           java.lang.StringBuilder buffer)
                    throws java.io.IOException
        Specified by:
        encode in interface Type.Codec.Encoder<java.lang.StringBuilder>
        Throws:
        java.io.IOException