Package se.ansman.kotshi.model
Object Property.Companion
-
- All Implemented Interfaces:
public class Property.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static Property.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final Propertycreate(String name, TypeName type, Collection<AnnotationModel> jsonQualifiers, GlobalConfig globalConfig, PrimitiveAdapters useAdaptersForPrimitives, String parameterJsonName, String propertyJsonName, Boolean isTransient, Boolean isJsonIgnore, Boolean hasDefaultValue, Function1<String, Throwable> error)-
-
Method Detail
-
create
final Property create(String name, TypeName type, Collection<AnnotationModel> jsonQualifiers, GlobalConfig globalConfig, PrimitiveAdapters useAdaptersForPrimitives, String parameterJsonName, String propertyJsonName, Boolean isTransient, Boolean isJsonIgnore, Boolean hasDefaultValue, Function1<String, Throwable> error)
-
-
-
-