Class IntrospectingUnmarshaller.ContentState

java.lang.Object
ch.tocco.nice2.model.base.unmarshal.IntrospectingUnmarshaller.ContentState
Enclosing class:
IntrospectingUnmarshaller

protected static class IntrospectingUnmarshaller.ContentState extends Object
  • Field Details

    • content

      protected final StringBuilder content
    • defaultContent

      protected String defaultContent
    • validations

      protected String[] validations
    • element

      protected String element
    • methodArgs

      protected Object[] methodArgs
    • argumentIndex

      protected int argumentIndex
    • argumentType

      protected Class<?> argumentType
    • argumentHandler

      protected TypeHandler argumentHandler
    • method

      protected Method method
    • ifEmpty

      protected Content.IfEmpty ifEmpty
  • Constructor Details

    • ContentState

      protected ContentState()