Class PropertyConduitDelegate
- java.lang.Object
-
- org.apache.tapestry5.beanmodel.internal.services.PropertyConduitDelegate
-
- Direct Known Subclasses:
LiteralPropertyConduit
public class PropertyConduitDelegate extends Object
Companion class forPropertyConduit
instances created by thePropertyConduitSource
.
-
-
Constructor Summary
Constructors Constructor Description PropertyConduitDelegate(TypeCoercer typeCoercer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
coerce(Object value, Class<T> type)
boolean
invert(Object value)
IntegerRange
range(int from, int to)
-
-
-
Constructor Detail
-
PropertyConduitDelegate
public PropertyConduitDelegate(TypeCoercer typeCoercer)
-
-