org.beangle.commons.bean

PropertyNameResolver

Related Docs: object PropertyNameResolver | package bean

class PropertyNameResolver extends AnyRef

Default Property Name Resolver .

This class assists in resolving property names in the following four formats, with the layout of an identifying String in parentheses:

Since

3.2.0

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PropertyNameResolver
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PropertyNameResolver()

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  10. def getIndex(expression: String): Int

    Return the index value from the property expression or -1.

    Return the index value from the property expression or -1.

    expression

    The property expression

    returns

    The index value or -1 if the property is not indexed

    Exceptions thrown

    IllegalArgumentException If the indexed property is illegally formed or has an invalid (non-numeric) value.

  11. def getKey(expression: String): String

    Return the map key from the property expression or null.

    Return the map key from the property expression or null.

    expression

    The property expression

    returns

    The index value

    Exceptions thrown

    IllegalArgumentException If the mapped property is illegally formed.

  12. def getProperty(expression: String): String

    Return the property name from the property expression.

    Return the property name from the property expression.

    expression

    The property expression

    returns

    The property name

  13. def hasNested(expression: String): Boolean

    Indicates whether or not the expression contains nested property expressions or not.

    Indicates whether or not the expression contains nested property expressions or not.

    expression

    The property expression

    returns

    The next property expression

  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. def isIndexed(expression: String): Boolean

    Indicate whether the expression is for an indexed property or not.

    Indicate whether the expression is for an indexed property or not.

    expression

    The property expression

    returns

    true if the expresion is indexed, otherwise false

  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def isMapped(expression: String): Boolean

    Indicate whether the expression is for a mapped property or not.

    Indicate whether the expression is for a mapped property or not.

    expression

    The property expression

    returns

    true if the expresion is mapped, otherwise false

  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def next(expression: String): String

    Extract the next property expression from the current expression.

    Extract the next property expression from the current expression.

    expression

    The property expression

    returns

    The next property expression

  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. def remove(expression: String): String

    Remove the last property expresson from the current expression.

    Remove the last property expresson from the current expression.

    expression

    The property expression

    returns

    The new expression value, with first property expression removed - null if there are no more expressions

  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. def toString(): String

    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped