Class TypedElementFactory

java.lang.Object
io.helidon.metadata.reflection.TypedElementFactory

public final class TypedElementFactory extends Object
Reflection based handler of TypedElementInfo, and reflection based Method, Parameter, and Field.
  • Method Details

    • create

      public static TypedElementInfo create(Field field)
      Create an element info from a field.
      Parameters:
      field - field to analyze
      Returns:
      element info for the provided field
    • create

      public static TypedElementInfo create(Method method)
      Create an element info from method.
      Parameters:
      method - method to analyze
      Returns:
      element info for the provided method
    • create

      public static TypedElementInfo create(Parameter parameter)
      Create an element info from parameter.
      Parameters:
      parameter - parameter to analyze
      Returns:
      element info for the provided parameter