MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / missing

Method missing

CodenameOne/src/com/codename1/mapping/Mappers.java:200–205  ·  view source on GitHub ↗
(Class<?> type)

Source from the content-addressed store, hash-verified

198 }
199
200 private static IllegalStateException missing(Class<?> type) {
201 return new IllegalStateException("No mapper registered for "
202 + type.getName() + ". Add @Mapped and ensure the cn1:process-annotations "
203 + "Mojo ran during build, then re-run -- the generated MapperBootstrap "
204 + "populates this registry at startup.");
205 }
206
207 // ---------------------------------------------------------------
208 // Tiny JSON writer

Callers 4

toJsonMethod · 0.95
fromJsonMethod · 0.95
toXmlMethod · 0.95
fromXmlMethod · 0.95

Calls 1

getNameMethod · 0.65

Tested by

no test coverage detected