public class StringDelegateLookupImpl extends com.netflix.hollow.api.objects.delegate.HollowObjectAbstractDelegate implements StringDelegate
Constructor and Description |
---|
StringDelegateLookupImpl(StringTypeAPI typeAPI) |
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) |
getBoolean, getBytes, getDouble, getFloat, getInt, getLong, getOrdinal, getString, isNull, isStringFieldEqual
public StringDelegateLookupImpl(StringTypeAPI typeAPI)
public java.lang.String getValue(int ordinal)
getValue
in interface StringDelegate
public boolean isValueEqual(int ordinal, java.lang.String testValue)
isValueEqual
in interface StringDelegate
public StringTypeAPI getTypeAPI()
getTypeAPI
in interface com.netflix.hollow.api.objects.delegate.HollowObjectDelegate
getTypeAPI
in interface StringDelegate
public com.netflix.hollow.core.schema.HollowObjectSchema getSchema()
getSchema
in interface com.netflix.hollow.api.objects.delegate.HollowObjectDelegate
public com.netflix.hollow.core.read.dataaccess.HollowObjectTypeDataAccess getTypeDataAccess()
getTypeDataAccess
in interface com.netflix.hollow.api.objects.delegate.HollowObjectDelegate
Copyright © 2021. All Rights Reserved.