Class JavaView

All Implemented Interfaces:
Serializable

public final class JavaView extends Pattern
See Also:
  • Constructor Details

    • JavaView

      public JavaView()
  • Method Details

    • onMount

      protected void onMount()
      Description copied from class: Pattern
      Here you can do additional initialization not yet done in the constructor. In this method you can call methods Pattern.getType() and Feature.getName() for the first time.
      Overrides:
      onMount in class Pattern
    • getValueType

      public Class<?> getValueType()
    • getValueGenericType

      public Type getValueGenericType()
    • get

      public Object get(Item item)