Package com.google.cloud
Class Policy.Marshaller<T>
- java.lang.Object
-
- com.google.cloud.Policy.Marshaller<T>
-
- Direct Known Subclasses:
Policy.DefaultMarshaller
- Enclosing class:
- Policy
public abstract static class Policy.Marshaller<T> extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static com.google.api.core.ApiFunction<Identity,String>
IDENTITY_STR_VALUE_FUNCTION
protected static com.google.api.core.ApiFunction<String,Identity>
IDENTITY_VALUE_OF_FUNCTION
-
Constructor Summary
Constructors Modifier Constructor Description protected
Marshaller()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract Policy
fromPb(T policyPb)
protected abstract T
toPb(Policy policy)
-