public abstract class AbstractConfiguredExtraPropertiesJsonAdapterFactory extends Object implements com.google.gson.TypeAdapterFactory
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractConfiguredExtraPropertiesJsonAdapterFactory.Builder<T> |
Constructor and Description |
---|
AbstractConfiguredExtraPropertiesJsonAdapterFactory() |
Modifier and Type | Method and Description |
---|---|
protected abstract <T> void |
addFields(AbstractConfiguredExtraPropertiesJsonAdapterFactory.Builder<T> builder) |
<T> com.google.gson.TypeAdapter<T> |
create(com.google.gson.Gson gson,
com.google.gson.reflect.TypeToken<T> type) |
public AbstractConfiguredExtraPropertiesJsonAdapterFactory()
public final <T> com.google.gson.TypeAdapter<T> create(com.google.gson.Gson gson, com.google.gson.reflect.TypeToken<T> type)
create
in interface com.google.gson.TypeAdapterFactory
protected abstract <T> void addFields(AbstractConfiguredExtraPropertiesJsonAdapterFactory.Builder<T> builder)
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved