@ParametersAreNonnullByDefault public abstract class SoyAbstractCachingRecord extends SoyAbstractRecord
Important: Until this API is more stable and this note is removed, users must not define classes that extend this class.
| Constructor and Description |
|---|
SoyAbstractCachingRecord() |
| Modifier and Type | Method and Description |
|---|---|
SoyValueProvider |
getFieldProvider(String name)
Gets a provider of a field value of this SoyRecord.
|
abstract SoyValueProvider |
getFieldProviderInternal(String name)
Gets a provider of a field value of this SoyRecord.
|
getFieldbooleanValue, equals, floatValue, integerValue, longValue, numberValue, renderAndResolve, resolve, status, stringValueclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbooleanValue, coerceToBoolean, coerceToString, equals, floatValue, integerValue, longValue, numberValue, render, stringValuerenderAndResolve, resolve, statuspublic final SoyValueProvider getFieldProvider(String name)
SoyRecordname - The field name to get.public abstract SoyValueProvider getFieldProviderInternal(String name)
name - The field name to get.