java.lang.Object
net.anwiba.tools.definition.schema.json.gramma.element.JField

public class JField extends Object
  • Method Details

    • name

      public String name()
    • value

      public JValue value()
    • annotations

      public Iterable<JAnnotation> annotations()
    • type

      public JType type()
    • hasAnnotation

      public boolean hasAnnotation(String name)
    • fieldComment

      public String fieldComment()
    • setterComment

      public String setterComment()
    • getterComment

      public String getterComment()