public class FormDefinition<D extends IdDto> extends Object
type, define all dependencies of referential set it need.
Means, for each property which is a reference to a dto, let's grab mark it, this make use possible then to download
in one request, all referential references required by this object. Created on 11/11/15.
| Modifier and Type | Class and Description |
|---|---|
static class |
FormDefinition.Builder<D extends IdDto> |
| Modifier and Type | Method and Description |
|---|---|
static <D extends IdDto> |
builder(Class<D> type) |
com.google.common.collect.ImmutableMap<String,ReferentialDtoReferenceDefinition<?,?>> |
getProperties() |
Set<Class<?>> |
getPropertiesReferenceTypes() |
Set<Class<?>> |
getPropertiesTypes() |
Class<D> |
getType() |
public static <D extends IdDto> FormDefinition.Builder<D> builder(Class<D> type)
public com.google.common.collect.ImmutableMap<String,ReferentialDtoReferenceDefinition<?,?>> getProperties()
Copyright © 2017–2018 IRD. All rights reserved.