org.beangle.commons.bean
Members list
Type members
Classlikes
Attributes
- Supertypes
Disposable interface.
Disposable interface.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait CacheManagerclass Sidecar[T]
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class JndiObjectFactory[T]class JndiDataSourceFactory
Initializing interface.
Initializing interface.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Properties.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class DefaultPropertyExtractor
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PropertyNameResolver.type
Default Property Name Resolver .
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:
-
Simple (
name) - The specifiednameidentifies an individual property of a particular JavaBean. The name of the actual getter or setter method to be used is determined using standard JavaBeans instrospection, a property named "xyz" will have a getter method namedgetXyz()or (for boolean properties only)isXyz(), and a setter method namedsetXyz(). -
Indexed (
name[index]) - The underlying property value is assumed to be an array. The appropriate (zero-relative) entry in the array is selected.Listobjects are now also supported for read/write. -
Mapped (
name(key)) - The JavaBean is assumed to have an property getter and setter methods with an additional attribute of typejava.lang.String. -
Nested (
name1.name2[index].name3(key)) - Combining mapped, nested, and indexed references is also supported.
Attributes
- Since
-
3.2.0
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ProxyResolver.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any