public class GsonResultElementFactory extends Object implements ResultElementFactory<com.google.gson.JsonElement>
Constructor and Description |
---|
GsonResultElementFactory(com.google.gson.GsonBuilder gsonBuilder) |
Modifier and Type | Method and Description |
---|---|
ResultElement |
create(com.google.gson.JsonElement resultElement) |
boolean |
equals(Object o) |
com.google.gson.GsonBuilder |
getGsonBuilder() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value="gsonBuilder") @Generated(value="lombok") public GsonResultElementFactory(com.google.gson.GsonBuilder gsonBuilder)
@Nullable public ResultElement create(@Nullable com.google.gson.JsonElement resultElement) throws IllegalArgumentException
create
in interface ResultElementFactory<com.google.gson.JsonElement>
IllegalArgumentException
@Generated(value="lombok") public com.google.gson.GsonBuilder getGsonBuilder()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2017 SAP SE. All rights reserved.