Java org.apache.commons.beanutils.expression Resolver fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.beanutils.expression Resolver fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.beanutils.expression Resolver.

The text is from its open source code.

Implementation

org.apache.commons.beanutils.expression.Resolver has the following implementations.
Click this link to see all its implementation.

Method

intgetIndex(String expression)
Extract the index value from the property expression or -1.
StringgetKey(String expression)
Extract the map key from the property expression or null.
StringgetProperty(String expression)
Return the property name from the property expression.
booleanhasNested(String expression)
Indicates whether or not the expression contains nested property expressions or not.
booleanisIndexed(String expression)
Indicate whether the expression is for an indexed property or not.
booleanisMapped(String expression)
Indicate whether the expression is for a mapped property or not.
Stringnext(String expression)
Extract the next property expression from the current expression.
Stringremove(String expression)
Remove the last property expresson from the current expression.