Class JsonPOJOBuilder.Value

  • Enclosing class:
    JsonPOJOBuilder

    public static class JsonPOJOBuilder.Value
    extends java.lang.Object
    Simple value container for containing values read from JsonPOJOBuilder annotation instance.
    • Constructor Summary

      Constructors 
      Constructor Description
      Value​(JsonPOJOBuilder ann)  
      Value​(java.lang.String buildMethodName, java.lang.String withPrefix)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • buildMethodName

        public final java.lang.String buildMethodName
      • withPrefix

        public final java.lang.String withPrefix
    • Constructor Detail

      • Value

        public Value​(java.lang.String buildMethodName,
                     java.lang.String withPrefix)