public class TypeInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
description |
List<Class<?>> |
editors |
String |
icon |
String |
name |
String |
title |
org.springframework.core.ResolvableType |
type |
| Constructor and Description |
|---|
TypeInfo(String name,
org.springframework.core.ResolvableType type) |
TypeInfo(String name,
org.springframework.core.ResolvableType type,
String title,
String description,
String icon,
List<Class<?>> editors) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
map(BiConsumer<String,Object> consumer) |
String |
toString() |
@Nonnull public final org.springframework.core.ResolvableType type
Copyright © 2012–2017 MARID software development group. All rights reserved.