Enum EntityProcessorContext.Type

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CLASS_READER
      Context created to process entity class when reading entity from an input stream into an Java object.
      CLASS_WRITER
      Context created to process entity class when writing entity to an output stream from an Java object.
      METHOD_READER
      Context created to process property accessors when reading entity from an input stream into an Java object.
      METHOD_WRITER
      Context created to process property accessors when writing entity to an output stream from an Java object.
      PROPERTY_READER
      Context created to process entity properties when reading entity from an input stream into an Java object.
      PROPERTY_WRITER
      Context created to process entity properties when writing entity to an output stream from an Java object.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Type()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static EntityProcessorContext.Type valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static EntityProcessorContext.Type[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait