Interface PojoPropertyModel<T>

    • Method Detail

      • name

        String name()
        Returns:
        The name of this property, without the get/set prefixes of getters/setters.
      • annotations

        Stream<Annotation> annotations()
        Returns:
        All annotations on this property.
      • handle

        ValueReadHandle<T> handle()
        Returns:
        A handle to read the value of this property on a instance of its hosting type.