jaxx.runtime.context

Class JAXXContextEntryDef<O>

    • Field Detail

      • name

        protected String name
        name of the entry, can be nuill for a unamed entry.
      • klass

        protected Class<O> klass
        class of the entry, can not be null
    • Constructor Detail

      • JAXXContextEntryDef

        public JAXXContextEntryDef(Class<O> klass)
      • JAXXContextEntryDef

        public JAXXContextEntryDef(Class<Map> mapClass,
                           String name)
        Special constructor for map, otherwise it is not possible to cast to O
        Parameters:
        mapClass - map class
        name - name of content
        Since:
        2.0.2
      • JAXXContextEntryDef

        public JAXXContextEntryDef(String name,
                           Class<O> klass)

Copyright © 2008-2012 CodeLutin. All Rights Reserved.