Class ManagedPropertyInfo

java.lang.Object
org.apache.myfaces.cdi.managedproperty.ManagedPropertyInfo
All Implemented Interfaces:
Serializable

public class ManagedPropertyInfo extends Object implements Serializable
See Also:
  • Constructor Details

    • ManagedPropertyInfo

      public ManagedPropertyInfo(Type type, String expression)
  • Method Details

    • getType

      public Type getType()
    • getExpression

      public String getExpression()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object