Class TypeProfileFactory.Profile.FieldInfo

  • Enclosing class:
    TypeProfileFactory.Profile<T>

    public static class TypeProfileFactory.Profile.FieldInfo
    extends Object
    Field information. Contains the relevant type and getter/setter method.
    • Method Detail

      • getType

        public Class<?> getType()
        Returns:
        the type that this setter takes as an argument, or this getter returns.
      • getField

        public Field getField()
        Returns:
        the setter method itself.
      • getAlias

        public String getAlias()
        Returns:
        the alias for the field info, if any.