Klasse Selector<TRoot extends Selector<TRoot,?>,TParent>

java.lang.Object
com.kscs.util.jaxb.Selector<TRoot,TParent>

public class Selector<TRoot extends Selector<TRoot,?>,TParent> extends Object
Helper class acting as base class for all selectors and concrete implementation of leaf selectors.
Autor:
mirko 2014-04-04
  • Felddetails

    • _root

      public final TRoot extends Selector<TRoot,?> _root
    • _parent

      public final TParent _parent
    • _propertyName

      protected final String _propertyName
    • _include

      protected final boolean _include
  • Konstruktordetails

  • Methodendetails

    • buildChildren

      public Map<String,PropertyTree> buildChildren()
      This is only used by builders and other implementational details
      Gibt zurück:
      A map representing the child nodes of this selector
    • build

      public PropertyTree build()
      Builds a property tree specified by this selector
      Gibt zurück:
      A property tree specified by this selector
    • init

      public PropertyTree init()
      This is only used by builders and other implementational details
      Gibt zurück:
      A property tree specified by this selector