Modifier and Type | Interface and Description |
---|---|
interface |
Edge
This is the interface for an edge.
|
interface |
OrientBean
This is the interface for an
EntityBean used with OrientDB. |
interface |
Vertex
This is the interface for a vertex.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractCode
This is the abstract base class for a
Vertex that has a AbstractCode.Code() . |
interface |
AbstractGenre
TODO: this class ...
|
interface |
AbstractLocalizedName
This is the abstract base class for a
Vertex that has a AbstractName.Name() . |
interface |
AbstractLocation
This is the abstract base class for a
Vertex that has an optional geo-location with AbstractLocation.Longitude() and
AbstractLocation.Latitude() . |
interface |
AbstractName
This is the abstract base class for a
Vertex that has a AbstractName.Name() . |
interface |
File
TODO: this class ...
|
interface |
TypedEdge
|
Modifier and Type | Interface and Description |
---|---|
interface |
AudioAlbum
This is the
OrientBean for an album such as a compact disc (CD) or a
vinyl record (e.g. |
interface |
AudioGenre
|
interface |
AudioTrack
This is the
OrientBean for an audio track . |
Modifier and Type | Interface and Description |
---|---|
interface |
Address
TODO: this class ...
|
interface |
Person
This is the
OrientBean for a person. |
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractArtist
This is the abstract
OrientBean for an artist. |
interface |
AbstractMedia
This is the abstract
OrientBean for any multi-media object. |
interface |
AbstractTrack
|
interface |
ArtistGroup
|
interface |
ArtistMember
|
interface |
ArtistPerson
|
Modifier and Type | Interface and Description |
---|---|
interface |
VideoTrack
TODO: this class ...
|
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractArea
This is the abstract base class for an area like a country, state, city, etc.
|
interface |
City
TODO: this class ...
|
interface |
Country
TODO: this class ...
|
interface |
Language
TODO: this class ...
|
interface |
PostalCode
TODO: this class ...
|
interface |
Region
|
Modifier and Type | Interface and Description |
---|---|
interface |
DeBundesland
TODO: this class ...
|
interface |
DeGemeinde
TODO: this class ...
|
interface |
DeGemeindeteil
TODO: this class ...
|
interface |
DeLandkreis
TODO: this class ...
|
interface |
DeRegierungsbezirk
TODO: this class ...
|
Modifier and Type | Interface and Description |
---|---|
interface |
FrDepartement
TODO: this class ...
|
Modifier and Type | Interface and Description |
---|---|
interface |
IeCounty
TODO: this class ...
|
Modifier and Type | Interface and Description |
---|---|
interface |
UsState
TODO: this class ...
|
Modifier and Type | Field and Description |
---|---|
private static Bean[] |
OrientBeanMapperImpl.NO_BEANS |
Modifier and Type | Method and Description |
---|---|
<BEAN extends Bean> |
AbstractBeanFactory.copy(BEAN bean)
Creates a copy of the given
Bean . |
<BEAN extends Bean> |
AbstractBeanFactory.create(BEAN prototype) |
default <BEAN extends Bean> |
BeanFactory.create(Class<BEAN> type)
Creates a new simple instance of the specified
Bean . |
<BEAN extends Bean> |
BeanPrototypeBuilder.createPrototype(BEAN prototype,
String name,
Bean... superBeanPrototypes)
Creates a
virtual prototype that allows dynamic beans at runtime (without an
corresponding sub-interface existing as Java code). |
<BEAN extends Bean> |
BeanFactory.createPrototype(Class<BEAN> type)
Creates a prototype of the given
Bean . |
default <BEAN extends Bean> |
BeanPrototypeBuilder.createPrototype(Class<BEAN> type,
String name,
Bean... superBeanPrototypes)
Creates a
virtual prototype that allows dynamic beans at runtime (without an
corresponding sub-interface existing as Java code). |
<BEAN extends Bean> |
BeanPrototypeBuilder.getOrCreatePrototype(Class<BEAN> type) |
<BEAN extends Bean> |
AbstractBeanFactory.getPrototype(BEAN bean) |
<BEAN extends Bean> |
AbstractBeanFactory.getReadOnlyBean(BEAN bean) |
Modifier and Type | Method and Description |
---|---|
Bean |
BeanPrototypeBuilder.getPrototype(String qualifiedName) |
Modifier and Type | Method and Description |
---|---|
Class<? extends Bean> |
BeanAccess.getBeanClass() |
Modifier and Type | Method and Description |
---|---|
<BEAN extends Bean> |
BeanPrototypeBuilder.createPrototype(BEAN prototype,
String name,
Bean... superBeanPrototypes)
Creates a
virtual prototype that allows dynamic beans at runtime (without an
corresponding sub-interface existing as Java code). |
default <BEAN extends Bean> |
BeanPrototypeBuilder.createPrototype(Class<BEAN> type,
String name,
Bean... superBeanPrototypes)
Creates a
virtual prototype that allows dynamic beans at runtime (without an
corresponding sub-interface existing as Java code). |
Modifier and Type | Method and Description |
---|---|
default String |
BeanFactory.getQualifiedName(Class<? extends Bean> type) |
default String |
BeanFactory.getQualifiedName(Class<? extends Bean> type,
String name) |
Modifier and Type | Interface and Description |
---|---|
interface |
EntityBean
|
Modifier and Type | Interface and Description |
---|---|
interface |
DocumentBeanMapper<D,B extends Bean>
|
interface |
PojoBeanMapper<P,B extends Bean>
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBeanMapper<P,B extends Bean>
The abstract base implementation of
PojoBeanMapper or
DocumentBeanMapper . |
class |
AbstractDocumentBeanMapper<D,B extends Bean,M extends AbstractDocumentBeanMapper.Mapping<D,B>>
This is the abstract base implementation of
DocumentBeanMapper . |
static class |
AbstractDocumentBeanMapper.Mapping<D,B extends Bean>
Simple container for
Bean meta-data. |
class |
AbstractPojoBeanMapper<D,B extends Bean>
This is the abstract base implementation of
DocumentBeanMapper . |
Modifier and Type | Field and Description |
---|---|
B |
AbstractDocumentBeanMapper.Mapping.prototype
|
Modifier and Type | Class and Description |
---|---|
class |
BeanAccessBase<BEAN extends Bean>
This is the abstract base implementation of
BeanAccess . |
class |
BeanAccessInstance<BEAN extends Bean>
The abstract base implementation of
BeanAccess for a regular Bean instance. |
class |
BeanAccessMutable<BEAN extends Bean>
The implementation of
BeanAccess for a regular mutable Bean instance. |
class |
BeanAccessPrototype<BEAN extends Bean>
|
class |
BeanAccessPrototypeExternal<BEAN extends Bean>
|
class |
BeanAccessPrototypeInternal<BEAN extends Bean>
|
class |
BeanAccessPrototypePolymorphic<BEAN extends Bean>
This class extends
BeanAccessPrototypeExternal for a polymorphic prototype of a Bean that will also inherit its newly created properties to its inherited sub-Bean s. |
class |
BeanAccessPrototypeVirtual<BEAN extends Bean>
|
class |
BeanAccessReadOnly<BEAN extends Bean>
|
Modifier and Type | Field and Description |
---|---|
private BEAN |
BeanAccessBase.bean |
Modifier and Type | Field and Description |
---|---|
private MemoryCache<Class<? extends Bean>,BeanAccessPrototypeInternal<?>> |
BeanFactoryImpl.cache |
private Map<String,Bean> |
BeanPrototypeBuilderImpl.name2prototypeMap |
Modifier and Type | Method and Description |
---|---|
<BEAN extends Bean> |
BeanPrototypeBuilderImpl.copy(BEAN bean) |
<BEAN extends Bean> |
BeanFactoryImpl.copy(BEAN bean) |
<BEAN extends Bean> |
BeanPrototypeBuilderImpl.create(BEAN prototype) |
<BEAN extends Bean> |
BeanFactoryImpl.create(BEAN bean) |
<BEAN extends Bean> |
BeanPrototypeBuilderImpl.createPrototype(BEAN superPrototypeBean,
String name,
Bean... superBeanPrototypes) |
<BEAN extends Bean> |
BeanFactoryImpl.createPrototype(Class<BEAN> type) |
protected <BEAN extends Bean> |
BeanFactoryImpl.createPrototypeInternal(Class<BEAN> type)
Creates the initial internal and not-
dynamic BeanAccessPrototype . |
(package private) <BEAN extends Bean> |
BeanFactoryImpl.createProxy(BeanAccessBase<BEAN> access,
Class<?>... interfaces) |
private <BEAN extends Bean> |
BeanPrototypeBuilderImpl.doCreatePrototype(Class<BEAN> type) |
private <BEAN extends Bean> |
BeanPrototypeBuilderImpl.doGetOrCreatePrototype(Class<BEAN> type) |
private <BEAN extends Bean> |
BeanPrototypeBuilderImpl.doGetOrCreatePrototype(Class<BEAN> type,
String qualifiedName) |
(package private) static <BEAN extends Bean> |
BeanAccessPrototypePolymorphic.get(BEAN bean) |
(package private) static <BEAN extends Bean> |
BeanAccessPrototype.get(BEAN bean) |
(package private) static <BEAN extends Bean> |
BeanAccessBase.get(BEAN bean) |
<BEAN extends Bean> |
BeanPrototypeBuilderImpl.getOrCreatePrototype(Class<BEAN> type) |
<BEAN extends Bean> |
BeanPrototypeBuilderImpl.getPrototype(BEAN bean) |
<BEAN extends Bean> |
BeanFactoryImpl.getPrototype(BEAN bean) |
protected <BEAN extends Bean> |
BeanFactoryImpl.getPrototypeInternal(Class<BEAN> type)
Gets the initial internal and not-
dynamic BeanAccessPrototype . |
<BEAN extends Bean> |
BeanPrototypeBuilderImpl.getReadOnlyBean(BEAN bean) |
<BEAN extends Bean> |
BeanFactoryImpl.getReadOnlyBean(BEAN bean) |
Modifier and Type | Method and Description |
---|---|
Bean |
BeanPrototypeBuilderImpl.getPrototype(String qualifiedName) |
Modifier and Type | Method and Description |
---|---|
private AbstractProperty<?> |
BeanFactoryImpl.createProperty(BeanMethod beanMethod,
GenericType<?> beanType,
Bean bean) |
protected <V,PROPERTY extends ReadableProperty<V>> |
BeanFactoryImpl.createProperty(String name,
GenericType<? extends V> valueType,
Bean bean,
Class<PROPERTY> propertyClass) |
protected <V> AbstractProperty<V> |
BeanFactoryImpl.createProperty(String name,
GenericType<V> type,
Bean bean) |
private AbstractProperty<?> |
BeanFactoryImpl.createPropertyFromSpecifiedClass(String name,
GenericType<?> type,
Bean bean,
Class<?> propertyClass) |
<BEAN extends Bean> |
BeanPrototypeBuilderImpl.createPrototype(BEAN superPrototypeBean,
String name,
Bean... superBeanPrototypes) |
Modifier and Type | Method and Description |
---|---|
<T extends Bean> |
GenericPojoBeanMapperImpl.toBean(Object pojo,
T prototype) |
private <T extends Bean> |
GenericPojoBeanMapperImpl.toBeanValue(Object pojo,
BeanPrototypeBuilder prototypeBuilder,
T bean,
Object value,
GenericType<?> type) |
Modifier and Type | Method and Description |
---|---|
<T> T |
GenericPojoBeanMapperImpl.fromBean(Bean bean,
Class<T> type) |
private <T> Object |
GenericPojoBeanMapperImpl.fromBeanValue(Bean bean,
T pojo,
Object value,
GenericType<?> type) |
Modifier and Type | Field and Description |
---|---|
private Bean |
AbstractProperty.bean |
private Bean |
AbstractProperty.PropertyBuilder.newBean |
Modifier and Type | Method and Description |
---|---|
Bean |
ReadOnlyPropertyImpl.getBean()
Deprecated.
|
Bean |
ReadableProperty.getBean() |
Bean |
AbstractProperty.getBean() |
Modifier and Type | Method and Description |
---|---|
AbstractProperty<V> |
AbstractProperty.copy(Bean newBean)
Creates a new empty instance of this property with the given new parameters.
|
AbstractProperty<V> |
AbstractProperty.copy(Bean newBean,
AbstractValidator<? super V> newValidator)
Creates a new empty instance of this property with the given new parameters.
|
AbstractProperty<V> |
AbstractProperty.copy(String newName,
Bean newBean)
Creates a new empty instance of this property with the given new parameters.
|
AbstractProperty<V> |
AbstractProperty.copy(String newName,
Bean newBean,
AbstractValidator<? super V> newValidator)
Creates a new empty instance of this property with the given new parameters.
|
AbstractProperty.PropertyBuilder<T> |
AbstractProperty.PropertyBuilder.withBean(Bean otherBean) |
Constructor and Description |
---|
AbstractContainerProperty(String name,
GenericType<? extends V> type,
Bean bean)
The constructor.
|
AbstractContainerProperty(String name,
GenericType<? extends V> type,
Bean bean,
AbstractValidator<? super V> validator)
The constructor.
|
AbstractContainerProperty(String name,
GenericType<? extends V> type,
Bean bean,
Supplier<? extends V> expression)
The constructor.
|
AbstractProperty(String name,
Bean bean)
The constructor.
|
AbstractProperty(String name,
Bean bean,
AbstractValidator<? super V> validator)
The constructor.
|
AbstractRegularProperty(String name,
Bean bean)
The constructor.
|
AbstractRegularProperty(String name,
Bean bean,
AbstractValidator<? super V> validator)
The constructor.
|
AbstractRegularProperty(String name,
Bean bean,
Supplier<? extends V> expression)
The constructor.
|
AbstractValueProperty(String name,
Bean bean)
The constructor.
|
AbstractValueProperty(String name,
Bean bean,
AbstractValidator<? super V> validator)
The constructor.
|
AbstractValueProperty(String name,
Bean bean,
Supplier<? extends V> expression)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
<V,PROPERTY extends ReadableProperty<V>> |
PropertyFactoryManager.create(Class<PROPERTY> propertyType,
GenericType<V> valueType,
boolean polymorphic,
String name,
Bean bean,
AbstractValidator<? super V> validator) |
P |
PropertyFactory.create(String name,
GenericType<? extends V> valueType,
Bean bean,
AbstractValidator<? super V> validator)
Creates a new instance of the property.
|
Constructor and Description |
---|
BooleanProperty(String name,
Bean bean)
The constructor.
|
BooleanProperty(String name,
Bean bean,
AbstractValidator<? super Boolean> validator)
The constructor.
|
BooleanProperty(String name,
Bean bean,
Supplier<Boolean> expression)
The constructor.
|
GenericProperty(String name,
GenericType<V> type,
Bean bean)
The constructor.
|
GenericProperty(String name,
GenericType<V> type,
Bean bean,
AbstractValidator<? super V> validator)
The constructor.
|
GenericProperty(String name,
GenericType<V> type,
Bean bean,
Supplier<? extends V> expression)
The constructor.
|
StringListProperty(String name,
Bean bean)
The constructor.
|
StringListProperty(String name,
Bean bean,
AbstractValidator<? super String> validator)
The constructor.
|
StringListProperty(String name,
Bean bean,
Supplier<String> expression)
The constructor.
|
StringProperty(String name,
Bean bean)
The constructor.
|
StringProperty(String name,
Bean bean,
AbstractValidator<? super String> validator)
The constructor.
|
StringProperty(String name,
Bean bean,
Supplier<String> expression)
The constructor.
|
Constructor and Description |
---|
LinkListProperty(String name,
GenericType<? extends javafx.collections.ObservableList<Link<E>>> type,
Bean bean,
Supplier<javafx.collections.ObservableList<Link<E>>> expression)
The constructor.
|
LinkListProperty(String name,
GenericType<javafx.collections.ObservableList<Link<E>>> type,
Bean bean)
The constructor.
|
LinkListProperty(String name,
GenericType<javafx.collections.ObservableList<Link<E>>> type,
Bean bean,
AbstractValidator<? super javafx.collections.ObservableList<Link<E>>> validator)
The constructor.
|
LinkProperty(String name,
GenericType<Link<E>> type,
Bean bean)
The constructor.
|
LinkProperty(String name,
GenericType<Link<E>> type,
Bean bean,
AbstractValidator<? super Link<E>> validator)
The constructor.
|
LinkProperty(String name,
GenericType<Link<E>> type,
Bean bean,
Supplier<? extends Link<E>> expression)
The constructor.
|
Constructor and Description |
---|
BigDecimalProperty(String name,
Bean bean)
The constructor.
|
BigDecimalProperty(String name,
Bean bean,
AbstractValidator<? super Number> validator)
The constructor.
|
BigDecimalProperty(String name,
Bean bean,
Supplier<BigDecimal> expression)
The constructor.
|
ByteProperty(String name,
Bean bean)
The constructor.
|
ByteProperty(String name,
Bean bean,
AbstractValidator<? super Number> validator)
The constructor.
|
ByteProperty(String name,
Bean bean,
Supplier<Byte> expression)
The constructor.
|
DoubleProperty(String name,
Bean bean)
The constructor.
|
DoubleProperty(String name,
Bean bean,
AbstractValidator<? super Number> validator)
The constructor.
|
DoubleProperty(String name,
Bean bean,
Supplier<Double> expression)
The constructor.
|
FloatProperty(String name,
Bean bean)
The constructor.
|
FloatProperty(String name,
Bean bean,
AbstractValidator<? super Number> validator)
The constructor.
|
FloatProperty(String name,
Bean bean,
Supplier<Float> expression)
The constructor.
|
IntegerProperty(String name,
Bean bean)
The constructor.
|
IntegerProperty(String name,
Bean bean,
AbstractValidator<? super Number> validator)
The constructor.
|
IntegerProperty(String name,
Bean bean,
Supplier<Integer> expression)
The constructor.
|
LongProperty(String name,
Bean bean)
The constructor.
|
LongProperty(String name,
Bean bean,
AbstractValidator<? super Number> validator)
The constructor.
|
LongProperty(String name,
Bean bean,
Supplier<Long> expression)
The constructor.
|
NumberProperty(String name,
Bean bean)
The constructor.
|
NumberProperty(String name,
Bean bean,
AbstractValidator<? super Number> validator)
The constructor.
|
NumberProperty(String name,
Bean bean,
Supplier<? extends Number> expression)
The constructor.
|
ShortProperty(String name,
Bean bean)
The constructor.
|
ShortProperty(String name,
Bean bean,
AbstractValidator<? super Number> validator)
The constructor.
|
ShortProperty(String name,
Bean bean,
Supplier<Short> expression)
The constructor.
|
Constructor and Description |
---|
DurationInSecondsProperty(String name,
Bean bean)
The constructor.
|
DurationInSecondsProperty(String name,
Bean bean,
AbstractValidator<? super Number> validator)
The constructor.
|
DurationInSecondsProperty(String name,
Bean bean,
Supplier<Long> expression)
The constructor.
|
InstantProperty(String name,
Bean bean)
The constructor.
|
InstantProperty(String name,
Bean bean,
AbstractValidator<? super Instant> validator)
The constructor.
|
InstantProperty(String name,
Bean bean,
Supplier<Instant> expression)
The constructor.
|
LocalDateProperty(String name,
Bean bean)
The constructor.
|
LocalDateProperty(String name,
Bean bean,
AbstractValidator<? super LocalDate> validator)
The constructor.
|
LocalDateProperty(String name,
Bean bean,
Supplier<LocalDate> expression)
The constructor.
|
LocalDateTimeProperty(String name,
Bean bean)
The constructor.
|
LocalDateTimeProperty(String name,
Bean bean,
AbstractValidator<? super LocalDateTime> validator)
The constructor.
|
LocalDateTimeProperty(String name,
Bean bean,
Supplier<LocalDateTime> expression)
The constructor.
|
Constructor and Description |
---|
ListProperty(String name,
GenericType<? extends javafx.collections.ObservableList<E>> type,
Bean bean)
The constructor.
|
ListProperty(String name,
GenericType<? extends javafx.collections.ObservableList<E>> type,
Bean bean,
AbstractValidator<? super javafx.collections.ObservableList<E>> validator)
The constructor.
|
ListProperty(String name,
GenericType<? extends javafx.collections.ObservableList<E>> type,
Bean bean,
Supplier<javafx.collections.ObservableList<E>> expression)
The constructor.
|
MapProperty(String name,
GenericType<? extends javafx.collections.ObservableMap<K,V>> type,
Bean bean)
The constructor.
|
MapProperty(String name,
GenericType<? extends javafx.collections.ObservableMap<K,V>> type,
Bean bean,
AbstractValidator<? super javafx.collections.ObservableMap<K,V>> validator)
The constructor.
|
MapProperty(String name,
GenericType<? extends javafx.collections.ObservableMap<K,V>> type,
Bean bean,
Supplier<? extends javafx.collections.ObservableMap<K,V>> expression)
The constructor.
|
SetProperty(String name,
GenericType<? extends javafx.collections.ObservableSet<E>> type,
Bean bean)
The constructor.
|
SetProperty(String name,
GenericType<? extends javafx.collections.ObservableSet<E>> type,
Bean bean,
AbstractValidator<? super javafx.collections.ObservableSet<E>> validator)
The constructor.
|
SetProperty(String name,
GenericType<? extends javafx.collections.ObservableSet<E>> type,
Bean bean,
Supplier<javafx.collections.ObservableSet<E>> expression)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
<V,PROPERTY extends ReadableProperty<V>> |
PropertyFactoryManagerImpl.create(Class<PROPERTY> propertyType,
GenericType<V> valueType,
boolean polymorphic,
String name,
Bean bean,
AbstractValidator<? super V> validator) |
BooleanProperty |
PropertyFactoryBoolean.create(String name,
GenericType<? extends Boolean> valueType,
Bean bean,
AbstractValidator<? super Boolean> validator) |
InstantProperty |
PropertyFactoryInstant.create(String name,
GenericType<? extends Instant> valueType,
Bean bean,
AbstractValidator<? super Instant> validator) |
LinkProperty<E> |
PropertyFactoryLink.create(String name,
GenericType<? extends Link<E>> valueType,
Bean bean,
AbstractValidator<? super Link<E>> validator) |
LocalDateProperty |
PropertyFactoryLocalDate.create(String name,
GenericType<? extends LocalDate> valueType,
Bean bean,
AbstractValidator<? super LocalDate> validator) |
LocalDateTimeProperty |
PropertyFactoryLocalDateTime.create(String name,
GenericType<? extends LocalDateTime> valueType,
Bean bean,
AbstractValidator<? super LocalDateTime> validator) |
ShortProperty |
PropertyFactoryShort.create(String name,
GenericType<? extends Number> valueType,
Bean bean,
AbstractValidator<? super Number> validator) |
LongProperty |
PropertyFactoryLong.create(String name,
GenericType<? extends Number> valueType,
Bean bean,
AbstractValidator<? super Number> validator) |
IntegerProperty |
PropertyFactoryInteger.create(String name,
GenericType<? extends Number> valueType,
Bean bean,
AbstractValidator<? super Number> validator) |
FloatProperty |
PropertyFactoryFloat.create(String name,
GenericType<? extends Number> valueType,
Bean bean,
AbstractValidator<? super Number> validator) |
DoubleProperty |
PropertyFactoryDouble.create(String name,
GenericType<? extends Number> valueType,
Bean bean,
AbstractValidator<? super Number> validator) |
ByteProperty |
PropertyFactoryByte.create(String name,
GenericType<? extends Number> valueType,
Bean bean,
AbstractValidator<? super Number> validator) |
ListProperty<E> |
PropertyFactoryList.create(String name,
GenericType<? extends javafx.collections.ObservableList<E>> valueType,
Bean bean,
AbstractValidator<? super javafx.collections.ObservableList<E>> validator) |
MapProperty<K,V> |
PropertyFactoryMap.create(String name,
GenericType<? extends javafx.collections.ObservableMap<K,V>> valueType,
Bean bean,
AbstractValidator<? super javafx.collections.ObservableMap<K,V>> validator) |
SetProperty<E> |
PropertyFactorySet.create(String name,
GenericType<? extends javafx.collections.ObservableSet<E>> valueType,
Bean bean,
AbstractValidator<? super javafx.collections.ObservableSet<E>> validator) |
StringProperty |
PropertyFactoryString.create(String name,
GenericType<? extends String> valueType,
Bean bean,
AbstractValidator<? super String> validator) |
GenericProperty<V> |
PropertyFactoryGeneric.create(String name,
GenericType<? extends V> valueType,
Bean bean,
AbstractValidator<? super V> validator) |
Modifier and Type | Field and Description |
---|---|
private static Bean |
PathImpl.AGGREGATE_FUNCTION_BEAN |
Modifier and Type | Method and Description |
---|---|
static <E extends Bean> |
Alias.ofBean(E prototype) |
static <E extends Bean> |
Alias.ofBean(E prototype,
String alias) |
Modifier and Type | Method and Description |
---|---|
private void |
PathImpl.fail(String expectedType,
Bean bean) |
private void |
PathImpl.verifyBeanProperty(Bean bean,
ReadableProperty<?> prop) |
Copyright © 2001–2016 mmm-Team. All rights reserved.