public class StringDelegateCachedImpl extends com.netflix.hollow.api.objects.delegate.HollowObjectAbstractDelegate implements com.netflix.hollow.api.objects.delegate.HollowCachedDelegate, StringDelegate
| Constructor and Description |
|---|
StringDelegateCachedImpl(StringTypeAPI typeAPI,
int ordinal) |
| Modifier and Type | Method and Description |
|---|---|
com.netflix.hollow.core.schema.HollowObjectSchema |
getSchema() |
StringTypeAPI |
getTypeAPI() |
com.netflix.hollow.core.read.dataaccess.HollowObjectTypeDataAccess |
getTypeDataAccess() |
java.lang.String |
getValue(int ordinal) |
boolean |
isValueEqual(int ordinal,
java.lang.String testValue) |
void |
updateTypeAPI(com.netflix.hollow.api.custom.HollowTypeAPI typeAPI) |
getBoolean, getBytes, getDouble, getFloat, getInt, getLong, getOrdinal, getString, isNull, isStringFieldEqualpublic StringDelegateCachedImpl(StringTypeAPI typeAPI, int ordinal)
public java.lang.String getValue(int ordinal)
getValue in interface StringDelegatepublic boolean isValueEqual(int ordinal,
java.lang.String testValue)
isValueEqual in interface StringDelegatepublic com.netflix.hollow.core.schema.HollowObjectSchema getSchema()
getSchema in interface com.netflix.hollow.api.objects.delegate.HollowObjectDelegatepublic com.netflix.hollow.core.read.dataaccess.HollowObjectTypeDataAccess getTypeDataAccess()
getTypeDataAccess in interface com.netflix.hollow.api.objects.delegate.HollowObjectDelegatepublic StringTypeAPI getTypeAPI()
getTypeAPI in interface com.netflix.hollow.api.objects.delegate.HollowObjectDelegategetTypeAPI in interface StringDelegatepublic void updateTypeAPI(com.netflix.hollow.api.custom.HollowTypeAPI typeAPI)
updateTypeAPI in interface com.netflix.hollow.api.objects.delegate.HollowCachedDelegateCopyright © 2024. All Rights Reserved.