public static class ImmutableDtoMap.Builder<V> extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDtoMap<V> |
build() |
protected ImmutableDtoMap<V> |
build(io.ultreia.java4all.classmapping.ImmutableClassMap.KeyFunction keyFunction,
com.google.common.collect.ImmutableMap<String,V> data,
com.google.common.collect.ImmutableMap<String,Class> types) |
ImmutableDtoMap.Builder<V> |
put(Class type,
V value) |
protected ImmutableDtoMap<V> build(io.ultreia.java4all.classmapping.ImmutableClassMap.KeyFunction keyFunction, com.google.common.collect.ImmutableMap<String,V> data, com.google.common.collect.ImmutableMap<String,Class> types)
public ImmutableDtoMap.Builder<V> put(Class type, V value)
public ImmutableDtoMap<V> build()
Copyright © 2008–2017 IRD. All rights reserved.