Class MarshallValueImpl

java.lang.Object
com.sdicons.json.serializer.marshall.MarshallValueImpl
All Implemented Interfaces:
MarshallValue

public class MarshallValueImpl extends Object implements MarshallValue
  • Field Details

    • resultBoolean

      private boolean resultBoolean
    • resultByte

      private byte resultByte
    • resultShort

      private short resultShort
    • resultChar

      private char resultChar
    • resultInt

      private int resultInt
    • resultLong

      private long resultLong
    • resultFloat

      private float resultFloat
    • resultDouble

      private double resultDouble
    • resultReference

      private Object resultReference
    • resultType

      private int resultType
  • Constructor Details

    • MarshallValueImpl

      private MarshallValueImpl()
    • MarshallValueImpl

      public MarshallValueImpl(boolean aBool)
    • MarshallValueImpl

      public MarshallValueImpl(byte aByte)
    • MarshallValueImpl

      public MarshallValueImpl(char aChar)
    • MarshallValueImpl

      public MarshallValueImpl(double aDouble)
    • MarshallValueImpl

      public MarshallValueImpl(float aFloat)
    • MarshallValueImpl

      public MarshallValueImpl(int aInt)
    • MarshallValueImpl

      public MarshallValueImpl(long aLong)
    • MarshallValueImpl

      public MarshallValueImpl(short aShort)
    • MarshallValueImpl

      public MarshallValueImpl(Object aReference)
  • Method Details