Class UnmarshalHandler.Arguments

java.lang.Object
org.exolab.castor.xml.UnmarshalHandler.Arguments
Enclosing class:
UnmarshalHandler

class UnmarshalHandler.Arguments extends Object
Internal class used for passing constructor argument information.
  • Constructor Details

    • Arguments

      Arguments()
  • Method Details

    • size

      public int size()
      Returns the number of constructor arguments.
      Returns:
      The number of constructor arguments.
    • getTypes

      public Class<?>[] getTypes()
    • getValues

      public Object[] getValues()
    • getType

      public Class<?> getType(int index)
    • setValues

      public void setValues(Object[] values)
    • setValue

      public void setValue(int index, Object value)
    • setTypes

      public void setTypes(Class<?>[] types)
    • setType

      public void setType(int index, Class<?> type)