Class IntrospectingUnmarshaller.ContentState

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

protected static class IntrospectingUnmarshaller.ContentState extends Object
  • Field Details Link icon

    • content Link icon

      protected final StringBuilder content
    • defaultContent Link icon

      protected String defaultContent
    • validations Link icon

      protected String[] validations
    • element Link icon

      protected String element
    • methodArgs Link icon

      protected Object[] methodArgs
    • argumentIndex Link icon

      protected int argumentIndex
    • argumentType Link icon

      protected Class<?> argumentType
    • argumentHandler Link icon

      protected TypeHandler argumentHandler
    • method Link icon

      protected Method method
    • ifEmpty Link icon

      protected Content.IfEmpty ifEmpty
  • Constructor Details Link icon

    • ContentState Link icon

      protected ContentState()