createModels static method

Map<String, Object> createModels(
  1. Iterable<Object> toIntegrate
)
override

Returns the map of type names to objects that the constructor's models parameter expects.

Implementation

static Map<String, Object> createModels(Iterable<Object> toIntegrate) {
  return AFComponentState.createModels(toIntegrate);
}