public class MappingUtil extends Object
Modifier and Type | Method and Description |
---|---|
static int |
findIntField(DataRecord record,
String localName,
boolean required) |
static int |
findObjField(DataRecord record,
String localName,
boolean required) |
static com.devexperts.io.Marshalled<?> |
getMarshalled(Object object) |
public static int findIntField(DataRecord record, String localName, boolean required)
public static int findObjField(DataRecord record, String localName, boolean required)
public static com.devexperts.io.Marshalled<?> getMarshalled(Object object)
Copyright © 2002–2025 Devexperts LLC. All rights reserved.