public class TokenHollowFactory<T extends Token>
extends com.netflix.hollow.api.objects.provider.HollowFactory<T>
| Constructor and Description | 
|---|
TokenHollowFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
newCachedHollowObject(com.netflix.hollow.core.read.dataaccess.HollowTypeDataAccess dataAccess,
                     com.netflix.hollow.api.custom.HollowTypeAPI typeAPI,
                     int ordinal)  | 
T | 
newHollowObject(com.netflix.hollow.core.read.dataaccess.HollowTypeDataAccess dataAccess,
               com.netflix.hollow.api.custom.HollowTypeAPI typeAPI,
               int ordinal)  | 
public T newHollowObject(com.netflix.hollow.core.read.dataaccess.HollowTypeDataAccess dataAccess, com.netflix.hollow.api.custom.HollowTypeAPI typeAPI, int ordinal)
public T newCachedHollowObject(com.netflix.hollow.core.read.dataaccess.HollowTypeDataAccess dataAccess, com.netflix.hollow.api.custom.HollowTypeAPI typeAPI, int ordinal)
Copyright © 2023. All Rights Reserved.